This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Xagra Chuponevitchakoi 16.Oct.03 01:32 PM a Web browser Applications Development6.0.1 CF1Windows 2000
I am taking Lotus' advice and trying to move away from navigators to framesets and outlines but am finding I am unable to figure out how to perform one of the main navigation methods I am accustomed to with navigators.
I have been using
@Command( [FileOpenDBRepID]
and specifying the navigator I want to open in a separate db. Since there is not an equivalent @Command for opening to a specified frameset, I must find another way.
This must work whether user is on the network server or local replica copy. I have been able to use standard named elements to get to one or the other, but these do not automatically adjust to the appropriate server. My solution must work on either.
I have tried the new option of a formula for a named database element in outline entry:
"@ServerName!!@FileDir\\callrep_R6.nsf"
This is not working. Other variations I have tried similar to this are also not working.
Can someone help? Is URL an option? This is not a web application.